func runtime/pprof.pprof_memProfileInternal

3 uses

	runtime/pprof (current package)
		pprof.go#L619: 	n, ok := pprof_memProfileInternal(nil, true)
		pprof.go#L625: 		n, ok = pprof_memProfileInternal(p, true)
		pprof.go#L984: func pprof_memProfileInternal(p []profilerecord.MemProfileRecord, inuseZero bool) (n int, ok bool)